var hash/crc32.castagnoliTable

5 uses

	hash/crc32 (current package)
		crc32.go#L77: var castagnoliTable *Table
		crc32.go#L85: 	castagnoliTable = simpleMakeTable(Castagnoli)
		crc32.go#L135: 		return castagnoliTable
		crc32.go#L216: 	case atomic.LoadUint32(&haveCastagnoli) != 0 && tab == castagnoliTable:
		crc32.go#L230: 	case atomic.LoadUint32(&haveCastagnoli) != 0 && d.tab == castagnoliTable: